home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / THOWTO / THOWTO.txt
Text File  |  1997-01-05  |  1KB  |  63 lines

  1. object howto: Thowto
  2.   Left = 502
  3.   Top = 339
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'How To Dialog'
  7.   ClientHeight = 289
  8.   ClientWidth = 201
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 185
  20.     Height = 241
  21.     Shape = bsFrame
  22.   end
  23.   object Memo1: TMemo
  24.     Left = 16
  25.     Top = 16
  26.     Width = 169
  27.     Height = 225
  28.     BorderStyle = bsNone
  29.     Color = clBtnFace
  30.     Ctl3D = True
  31.     Lines.Strings = (
  32.       'How to Register.'
  33.       ''
  34.       'Send the following information:'
  35.       ''
  36.       'Your Name (First and Last)'
  37.       'Registration ID number (from the '
  38.       'Registration page)'
  39.       '$25 registration fee:'
  40.       ''
  41.       'To:'
  42.       'Rob Boulden'
  43.       '1007 South Lewis'
  44.       'Stillwater, OK 74074'
  45.       'or'
  46.       'E:Mail me at:'
  47.       'ash@ionet.net or'
  48.       'crashcourse@theknow.com')
  49.     ParentCtl3D = False
  50.     ReadOnly = True
  51.     TabOrder = 1
  52.   end
  53.   object Button1: TButton
  54.     Left = 120
  55.     Top = 256
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&OK'
  59.     TabOrder = 0
  60.     OnClick = Button1Click
  61.   end
  62. end
  63.